Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix datetime deprecation in Python >=3.11 #328

Merged
merged 4 commits into from
Feb 27, 2024

Conversation

ocefpaf
Copy link
Member

@ocefpaf ocefpaf commented Jan 10, 2024

datetime.utcnow() is deprecated in lieu from datetime.datetime.now(datetime.UTC).

@ocefpaf ocefpaf marked this pull request as draft January 10, 2024 00:38
@ocefpaf ocefpaf changed the title Fix datetime deprecation Fix datetime deprecation in Python >=3.11 Jan 10, 2024
@ocefpaf ocefpaf marked this pull request as ready for review February 27, 2024 15:05
@ocefpaf ocefpaf marked this pull request as draft February 27, 2024 15:13
@ocefpaf ocefpaf marked this pull request as ready for review February 27, 2024 16:14
@ocefpaf ocefpaf merged commit 9bbb705 into ioos:main Feb 27, 2024
13 checks passed
@ocefpaf ocefpaf deleted the fix_datetime_deprecation branch February 27, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant